Skip to main content

All Questions

3votes
0answers
1kviews

Implementing the stochastic gradient descent algorithm of the softmax regression with only NumPy [closed]

I am implementing the stochastic gradient descent algorithm. I think there is plenty of room for improvement. ...
Lerner Zhang's user avatar
2votes
1answer
24kviews

ID3 Decision Tree in python [closed]

I've been working my way through Pedro Domingos' machine learning course videos (although the course is not currently active). His first homework assignment starts with coding up a decision tree (ID3)....
Jabbermonkey's user avatar
8votes
1answer
343views

Implementation of a new algorithm for sklearn

In the Python library, sklearn is implemented the algorithm for SparsePCA. I have written the code for a another version of this algorithm that is much faster in some situations. I have not enough ...
Donbeo's user avatar

close